.itemBox {
	display: block;
	width: 100%;
	max-width: 960px;
	padding: 0;
	margin: 0 auto 20px auto;
	overflow: hidden;
	border: 1px solid #999999;
}
.itemBox.empty {
	background: transparent;
	box-shadow: none;
}
.itemBox .innerBox {
	position: relative;
	padding: 10px;
	overflow: hidden;
}
.itemBox .imgBox {
	margin: 5px;
	max-width: 360px;
}
.itemBox .txtBox {
	display: inline-block;
}
.itemBox .navBox {
	display: block;
	width: 100%;
}
.itemBox .imgBox img {
	border: 1px solid #CCC;
	margin: 2px;
	width: 100%;
}
.itemBox.ping .imgBox img, .itemBox.ping .imgBox {float: left;}
.itemBox.pong .imgBox img, .itemBox.pong .imgBox {float: right;}
.itemBox.ping .imgBox {margin-right: 20px;}
.itemBox.pong .imgBox {margin-left: 20px;}
.itemBox p.category {
	padding: 10px 0;
	font-style: italic;
}
.itemBox.ping .category {
	text-align: right;
}
.itemBox.pong .category {
	text-align: left;
}
.formBox {
	width: 356px;
	float: left;
	margin: 20px 0 0 0;
}
.formBox .lab {
	display: inline-block;
	width: 120px;
	text-align: right;
}
.formBox input[type="text"] {
	height: 15px;
	line-height: 15px;
	width: 205px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 0 0 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.smallBox {
	position: relative;
	display: block;
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
    
}
.smallBox .innerBox {
	position: relative;
	display: block;
	padding: 10px;
	overflow: hidden;
	background-color: #cccccc;
	background-color: rgba(128,128,128,0.5);
	border-radius: 4px;
	transition: all 300ms;
    margin:10px;
}
.smallBox .innerBox img {
	border: 5px solid #FFF;
	margin: 10px;
	width: 100px;
	height: 100px;
	box-shadow: 1px 1px 8px #999;
	float: left;
}
.smallBox .innerBox h3 {transition: all 300ms;}
.smallBox:hover {text-decoration: none;}
.smallBox .innerBox:hover {
	background-color: #999999;
	background-color: rgba(96,96,96,0.5);
}
.smallBox .innerBox:hover h3 {
	color: #FFF !important;
}
